object SummaryResultsForm: TSummaryResultsForm
Left = 312
Top = 314
Width = 645
Height = 430
Caption = 'SummaryResultsForm'
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
OldCreateOrder = False
Scaled = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 16
object pnMain: TPanel
Left = 0
Top = 0
Width = 637
Height = 396
Align = alClient
BevelOuter = bvNone
Caption = 'pnMain'
TabOrder = 0
object pnBackground: TAxBackgroundPanel
Left = 0
Top = 0
Width = 637
Height = 396
Color = clWhite
Align = alClient
ParentColor = False
TabOrder = 0
DesignSize = (
637
396)
object imgWatermarkPage: TImage
Left = 288
Top = 269
Width = 349
Height = 127
Anchors = [akRight, akBottom]
AutoSize = True
Transparent = True
end
object lblTitle: TAxLabel
Left = 32
Top = 16
Width = 553
Height = 25
WordWrap = False
Quality = smMMXSmoothing4x
Transparent = True
AutoSize = False
Caption = 'Finished cleaning the registry'
Font.Charset = DEFAULT_CHARSET
Font.Color = 10040064
Font.Height = -16
Font.Name = 'Verdana'
Font.Style = []
ShowAccelChar = True
ParentFont = False
end
object lblSubtitle: TAxLabel
Left = 32
Top = 63
Width = 555
Height = 50
WordWrap = True
Transparent = True
AutoSize = False
Anchors = [akLeft, akTop, akRight]
Caption =
'The program finished fixing registry problems. A total of %s ' +
'problems were fixed out of %s problems selected. A total of ' +
'%s problems could not be fixe' +
'd.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ShowAccelChar = True
ParentFont = False
end
object Image9: TImage
Left = 32
Top = 129
Width = 306
Height = 16
AutoSize = True
Picture.Data = {}
end
object imLegendBig: TImage
Left = 32
Top = 153
Width = 14
Height = 14
AutoSize = True
Picture.Data = {}
end
object imLegendSmall: TImage
Left = 32
Top = 173
Width = 14
Height = 14
AutoSize = True
Picture.Data = {}
end
object lblBarTop: TLabel
Left = 54
Top = 151
Width = 174
Height = 16
Caption = 'Computer performance before:'
end
object lblBarBottom: TLabel
Left = 54
Top = 171
Width = 105
Height = 16
Caption = 'Performance gain:'
end
object lblBarTopText: TLabel
Left = 248
Top = 151
Width = 85
Height = 15
Alignment = taRightJustify
AutoSize = False
Caption = '85%'
end
object lblBarBottomText: TLabel
Left = 248
Top = 171
Width = 85
Height = 15
Alignment = taRightJustify
AutoSize = False
Caption = '15%'
end
object imLegendRedDummy: TImage
Left = 32
Top = 201
Width = 25
Height = 25
Picture.Data = {}
Visible = False
end
object imBarRedDummy: TImage
Left = 64
Top = 201
Width = 25
Height = 25
Picture.Data = {}
Visible = False
end
object imLegendGreenDummy: TImage
Left = 96
Top = 201
Width = 25
Height = 25
Picture.Data = {}
Visible = False
end
object imBarGreenDummy: TImage
Left = 128
Top = 201
Width = 25
Height = 25
Picture.Data = {}
Visible = False
end
object lblReport: TLabel
Left = 32
Top = 232
Width = 302
Height = 58
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption =
'Click "Display Report" to see a detailed information about the r' +
'egistry defragmentation results.'
Transparent = True
WordWrap = True
end
object pnBar: TPanel
Left = 33
Top = 130
Width = 300
Height = 11
BevelOuter = bvNone
Color = clLime
TabOrder = 0
object imBarBig: TImage
Left = 0
Top = 0
Width = 249
Height = 11
Align = alLeft
Picture.Data = {}
Stretch = True
end
object imBarSmall: TImage
Left = 249
Top = 0
Width = 51
Height = 11
Align = alClient
Picture.Data = {}
Stretch = True
end
end
object btnReport: TButton
Left = 32
Top = 299
Width = 129
Height = 25
Caption = '&Display Report'
TabOrder = 1
OnClick = btnReportClick
end
end
end
end